x86/HVM: rename mmio_gva field to mmio_gla
authorJan Beulich <jbeulich@suse.com>
Wed, 15 Jun 2016 15:31:55 +0000 (17:31 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 15 Jun 2016 15:31:55 +0000 (17:31 +0200)
commit223a6c6972722f9ce1e284acf4b8ccec706a5ef4
tree690557b8716eed89354031bac96ec33d2ed1f583
parent851cd8dcdd211389adaf264c1ffc89b8431b988c
x86/HVM: rename mmio_gva field to mmio_gla

... to correctly reflect its purpose. To make things consistent also
rename handle_mmio_with_translation()'s respective parameter (but don't
touch sh_page_fault(), as renaming its parameter would require quite a
few more changes there).

Suggested-by: Andrew Cooper <andrew.cooper3@citrix.com>
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Paul Durrant <paul.durrant@citrix.com>
xen/arch/x86/hvm/emulate.c
xen/arch/x86/hvm/io.c
xen/include/asm-x86/hvm/io.h
xen/include/asm-x86/hvm/vcpu.h